home *** CD-ROM | disk | FTP | other *** search
- _parent.lsl.instructionsButton._visible = false;
- msgText.text = "Congratulations, You Win!";
- gotoLevel.text = "play again";
- mBtn.onRollOver = function()
- {
- this.nextFrame();
- };
- mBtn.onRollOut = mBtn.onReleaseOutside = function()
- {
- this.prevFrame();
- };
- mBtn.onRelease = function()
- {
- this._parent._parent.resetGame();
- this._parent._parent.initRound(1);
- this._parent.gotoAndStop("off");
- };
- _parent.stopSounds();
- _parent.playSound("winner");
-